All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.AuthTTY

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----sun.security.AuthContext
                   |
                   +----sun.security.AuthTTY

public class AuthTTY
extends AuthContext
An Authentication Context that prompts for a passphrase on a terminal type interaction device, without depending on a windowing system.


Constructor Index

 o AuthTTY()

Method Index

 o trustedGet(Object)
Provides a simple "Secure path" facility.

Constructors

 o AuthTTY
 public AuthTTY()

Methods

 o trustedGet
 protected Object trustedGet(Object index)
Provides a simple "Secure path" facility.

Parameters:
index - the index for the value which is to be acquired using some trusted path interaction.
Overrides:
trustedGet in class AuthContext

All Packages  Class Hierarchy  This Package  Previous  Next  Index